home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / libg++ / libio / stdio / ChangeLog next >
Text File  |  1994-02-15  |  1KB  |  36 lines

  1. Fri Nov 26 13:26:35 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  2.  
  3.     Bunch of little changes, many from H.J. Lu <hjl@nynexst.com>.
  4.     * feof.c, setbuf.c, vprintf.c, vcanf.c:  #include <stdio.h>,
  5.     for error checking.
  6.     * fileno.c:  #include libioP.h, not just libio.h.
  7.     * fputc.c:  Fix typo.
  8.     * fseek.c, rewind.c:  Use #include "...", not <...> ,for local files.
  9.     * getc.c, getchar.c, putc.c, putchar.c:  New files, providing
  10.     non-macro versions of the standard macros.
  11.     * getw.c, putw.c, setfileno.c, setlinebuf.c:  New files.
  12.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  13.     * vfscanf.c:  Add missing new 4th arg to _IO_vfscanf call.
  14.  
  15. Thu Oct 14 16:12:07 1993  Karen Christiansen  (karen@deneb.cygnus.com)
  16.  
  17.     * configure.in: changed mv to mv -f
  18.  
  19. Mon Oct  4 17:29:23 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  20.  
  21.     * configure.in (stdio_renames):  Add fgetpos, fsetpos, gets,
  22.     perror, setbuffer, ungetc.
  23.     * clearerr.c, ferror.c, fgetc.c, fileno.c, fputc.c, freopen.c,
  24.     fseek.c, popen.c, rewind.c, setbuf.c:  New files.
  25.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  26.     * stdio.h:  Use _IO_XXX instead of _G_XXX many places.
  27.     #include <libio.h> instead of <_stdio.h>, to get useful defs.
  28.  
  29. Fri Aug 20 00:28:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  30.  
  31.     * feof.c, vprintf.c, vscanf.c:  Converted stub functions.
  32.     * configure.in (stdio_renamed):  Removed feof.
  33.     Added sprintf sscanf vsscanf.
  34.     * ChangeLog.old:  Copy of old libg++/iostream/stdio/ChangeLog.
  35.  
  36.